projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df208aa
)
(man): Define as alias.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 3 Aug 1993 18:52:07 +0000
(18:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 3 Aug 1993 18:52:07 +0000
(18:52 +0000)
lisp/man.el
patch
|
blob
|
history
diff --git
a/lisp/man.el
b/lisp/man.el
index 82d487a99f52165e1bf7935dd2a8f7110c2ba9fc..1e60e660b49962844a5d5f955dce432c2436cdfe 100644
(file)
--- a/
lisp/man.el
+++ b/
lisp/man.el
@@
-389,6
+389,10
@@
default section number is selected from `Man-auto-section-alist'."
;; ======================================================================
;; top level command and background process sentinel
+;;; This alias makes completion more predictable if ignoring case.
+;;;###autoload
+(defalias 'man 'manual-entry)
+
;;;###autoload
(defun manual-entry (arg)
"Get a Un*x manual page and put it in a buffer.